home *** CD-ROM | disk | FTP | other *** search
/ Aminet 45 / Aminet 45 (2001)(GTI - Schatztruhe)[!][Oct 2001].iso / Aminet / dev / src / sort.readme < prev   
Text File  |  2001-09-05  |  2KB  |  61 lines

  1. Short:    Elemental sorting algorithms in C
  2. Uploader: walternn@rupert.informatik.uni-stuttgart.de (Norman Walter)
  3. Type:     dev/src
  4. Autor:    walternn@rupert.informatik.uni-stuttgart.de (Norman Walter)
  5. Requires: C Compiler (e.g. gcc)
  6.  
  7.  
  8. Demonstration of elemental sorting algorithms in C:
  9.  
  10.  - Bubble Sort
  11.  - Selection Sort
  12.  - Insertion Sort
  13.  - Shell Sort
  14.  
  15. The executables included in this archive require 68000 cpu or better.
  16.  
  17. The sources are highly portable. They shold work with all major operating systems.
  18.  
  19. Testet on Amiga 4000/30 with AmigaOS 3.5.
  20.  
  21. Compiled with gcc - the GNU C Compiler.
  22.  
  23.  
  24. Literature:
  25.  
  26. Brian W. Kernighan, Dennis M. Ritchie: The C Programming Language
  27.  
  28. Andrew Koenig: 
  29. C Traps and Pitfalls
  30.  
  31. Robert Sedgewick:
  32. Algorithms in C
  33.  
  34.  
  35. World Wide Web:
  36.  
  37. http://www.norman-interactive.com (my Homepage)
  38.  
  39. http://www.informatik.uni-stuttgart.de (University Stuttgart, Dept. of Computer Science)
  40.  
  41. http://www.ninemoons.com (GeekGadgets)
  42.  
  43. http://www.haage-partner.com (Haage & Partner Homepage)
  44.  
  45.  
  46. ============================= Archive contents =============================
  47.  
  48. Original  Packed Ratio    Date     Time    Name
  49. -------- ------- ----- --------- --------  -------------
  50.     1253     679 45.8% 22-Aug-01 15:13:56  Bubble_Sort.c
  51.     9852    5533 43.8% 28-Aug-01 15:23:38  Bubble_Sort_68k
  52.     1462     786 46.2% 22-Aug-01 16:10:52  Insertion_Sort.c
  53.     9828    5546 43.5% 28-Aug-01 15:26:02  Insertion_Sort_68k
  54.     1215     643 47.0% 22-Aug-01 15:12:54  Selection_Sort.c
  55.     9864    5555 43.6% 28-Aug-01 15:25:20  Selection_Sort_68k
  56.     1651     847 48.6% 22-Aug-01 17:39:56  Shell_Sort.c
  57.     9956    5608 43.6% 28-Aug-01 15:24:30  Shell_Sort_68k
  58.      998     538 46.0% 28-Aug-01 15:44:22  Sort.readme
  59. -------- ------- ----- --------- --------
  60.    46079   25735 44.1% 29-Aug-101 19:48:40   9 files
  61.